About

During this introduction course, we will learn the basics of R and how to handle data.

Throughout this introduction, we will learn how to use in .

This introduction covers:

  • R syntax
  • Data import using readr
  • Pipe the data using magrittr
  • Tidy the data using tidyr
  • Arrange the data using dplyr
  • Visualise the data using ggplot2

The data we will use are all available in the package PlanktonData


Install R and R studio before the start of the lecture !